home *** CD-ROM | disk | FTP | other *** search
/ Champak 125 / Vol 125 (Damaged).iso / games / chewits.swf / scripts / DefineButton2_79 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2008-11-13  |  131 b   |  6 lines

  1. on(release){
  2.    _root.gamestate = GAMESTATE_PLAYING;
  3.    _root.hiscorescreen._visible = false;
  4.    _root.chewy_mc.playgame();
  5. }
  6.